Disallow single-include unconditionally because this is a new file
authorMichael Natterer <mitch@gimp.org>
Thu, 9 Jul 2009 14:31:27 +0000 (16:31 +0200)
committerMichael Natterer <mitch@gimp.org>
Thu, 9 Jul 2009 14:31:27 +0000 (16:31 +0200)
gtk/gtkentrybuffer.h

index 275aaa1b3b1c330ac52f98217f84416bcbd76b04..cf2ddda90f60c359f9e190050f56498e6af79ec2 100644 (file)
@@ -17,7 +17,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif